home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 March / MINDWARE_MAR_2001.iso / Software / internet / lexicon mail / MailServ.Md_ / MailServ.Md / Options.json < prev    next >
Encoding:
JavaScript Object Notation  |  2001-02-06  |  1003 b 

  1. {
  2.     "schema": {
  3.         "firstTime": "Boolean NOT NULL",
  4.         "Dial_on_startup": "Boolean NOT NULL",
  5.         "Start_at_Booting_time": "Boolean NOT NULL",
  6.         "DUN_Name": "Text (50)",
  7.         "DUN_UserName": "Text (50)",
  8.         "DUN_Password": "Text (50)",
  9.         "DUN_Schedule_Type": "Text (1)",
  10.         "DUN_Max_Retries": "Integer",
  11.         "SMTP_Server": "Text (50)",
  12.         "System_Admin": "Text (50)",
  13.         "System_Password": "Text (50)",
  14.         "Dial_interval": "Long Integer",
  15.         "Local_Port_SMTP": "Long Integer",
  16.         "Local_Port_POP3": "Long Integer",
  17.         "Remote_Port_SMTP": "Long Integer",
  18.         "Remote_Port_POP3": "Long Integer",
  19.         "RegisteredUser": "Text (20)",
  20.         "Company": "Text (30)",
  21.         "NormalShutdown": "Boolean NOT NULL",
  22.         "Send_Receive": "Integer",
  23.         "Max_Size": "Long Integer",
  24.         "batch_size": "Integer"
  25.     },
  26.     "data": [
  27.         {
  28.             "firstTime": 0,
  29.             "Dial_on_startup": 0,
  30.             "Start_at_Booting_time": 0,
  31.             "DUN_Schedule_Type": "R",
  32.             "DUN_Max_Retries": 3,
  33.             "System_Admin": "admin",
  34.             "System_Password": "admin",
  35.             "Dial_interval": 30,
  36.             "Local_Port_SMTP": 0,
  37.             "Local_Port_POP3": 0,
  38.             "Remote_Port_SMTP": 0,
  39.             "Remote_Port_POP3": 0,
  40.             "NormalShutdown": 1,
  41.             "Send_Receive": 1,
  42.             "Max_Size": 2000000,
  43.             "batch_size": 0
  44.         }
  45.     ]
  46. }